gtk4.git
20 years agoCheck start_button_mask before starting a drag. (#149058, Andreas Volz)
Matthias Clasen [Sun, 12 Jun 2005 05:13:54 +0000 (05:13 +0000)]
Check start_button_mask before starting a drag. (#149058, Andreas Volz)

2005-06-12  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row):
Check start_button_mask before starting a drag.  (#149058,
Andreas Volz)

20 years agoSupport .hidden files. (#129170, Sayamindu Dasgupta, patch by Jan Arne
Matthias Clasen [Sun, 12 Jun 2005 04:48:16 +0000 (04:48 +0000)]
Support .hidden files. (#129170, Sayamindu Dasgupta, patch by Jan Arne

2005-06-12  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilesystemunix.c: Support .hidden files.  (#129170,
Sayamindu Dasgupta, patch by Jan Arne Petersen)

20 years agoUpdates.
Matthias Clasen [Sun, 12 Jun 2005 03:38:02 +0000 (03:38 +0000)]
Updates.

2005-06-11  Matthias Clasen  <mclasen@redhat.com>

* NEWS: Updates.

20 years agoUpdated Slovak translation.
Marcel Telka [Sat, 11 Jun 2005 20:16:28 +0000 (20:16 +0000)]
Updated Slovak translation.

2005-06-11  Marcel Telka  <marcel@telka.sk>

* sk.po: Updated Slovak translation.

20 years agoUpdated Simplified Chinese translation
Funda Wang [Sat, 11 Jun 2005 18:08:14 +0000 (18:08 +0000)]
Updated Simplified Chinese translation

20 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Sat, 11 Jun 2005 11:53:43 +0000 (11:53 +0000)]
Updated Spanish translation.

2005-06-11  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

* es.po: Updated Spanish translation.

20 years agoUpdated Danish translation.
Martin Willemoes Hansen [Sat, 11 Jun 2005 08:52:09 +0000 (08:52 +0000)]
Updated Danish translation.

        * da.po: Updated Danish translation.

20 years agoMore docs provided by Owen Taylor.
Matthias Clasen [Sat, 11 Jun 2005 05:51:55 +0000 (05:51 +0000)]
More docs provided by Owen Taylor.

2005-06-11  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkwidget.c (gtk_widget_set_app_paintable): More docs
provided by Owen Taylor.

20 years agoAdd gtk_icon_view_get_visible_range
Matthias Clasen [Sat, 11 Jun 2005 05:17:17 +0000 (05:17 +0000)]
Add gtk_icon_view_get_visible_range

2005-06-11  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtk-sections.txt: Add gtk_icon_view_get_visible_range

20 years agoAdd a function to determine what parts of the model are visible. (#306726,
Matthias Clasen [Sat, 11 Jun 2005 05:15:10 +0000 (05:15 +0000)]
Add a function to determine what parts of the model are visible. (#306726,

2005-06-11  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtk.symbols:
* gtk/gtkiconview.h:
* gtk/gtkiconview.c (gtk_icon_view_get_visible_range):
Add a function to determine what parts of the model are
visible.  (#306726, Jonathan Blandford)

20 years agoTreat backup files the same way as hidden files, to be closer to what
Matthias Clasen [Sat, 11 Jun 2005 04:38:43 +0000 (04:38 +0000)]
Treat backup files the same way as hidden files, to be closer to what

2005-06-11  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilesystemunix.c (create_file_info): Treat backup
files the same way as hidden files, to be closer to what
Nautilus does.  (#136196, Sean Middleditch)

20 years agoDon't modify strings returned from gettext().
Matthias Clasen [Sat, 11 Jun 2005 02:27:19 +0000 (02:27 +0000)]
Don't modify strings returned from gettext().

2005-06-10  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label):
Don't modify strings returned from gettext().

20 years agodon't use deprecated gdk_gc_unref function.
Manish Singh [Sat, 11 Jun 2005 02:06:56 +0000 (02:06 +0000)]
don't use deprecated gdk_gc_unref function.

Fri Jun 10 19:06:03 2005  Manish Singh  <yosh@gimp.org>

        * gtk/gtktextdisplay.c (render_para): don't use deprecated
        gdk_gc_unref function.

20 years agoAllow setting paragraph background. (#81045, Gustavo Carneiro, patch by
Matthias Clasen [Fri, 10 Jun 2005 20:05:08 +0000 (20:05 +0000)]
Allow setting paragraph background. (#81045, Gustavo Carneiro, patch by

2005-06-10  Matthias Clasen  <mclasen@redhat.com>

Allow setting paragraph background.  (#81045, Gustavo
Carneiro, patch by Jeroen Zwartepoorte)

* gtk/gtktextlayout.c (set_para_values): Propagate
pg_bg_color to the display struct.
(gtk_text_layout_free_line_display): Free it here.

* gtk/gtktextdisplay.c (render_para): If pg_bg_color
is set, draw a rectangle in that color behind
the paragraph.

* gtk/gtktexttag.c (gtk_text_tag_class_init): Add
paragraph-background, paragraph-background-gdk and
paragraph-background-set properties.
(set_pg_bg_color): A setter for paragraph-background.

* gtk/gtktextlayout.h (struct _GtkTextLineDisplay): Add
pg_bg_color.

* gtk/gtktexttag.h (struct _GtkTextAttributes): Add
pg_bg_color.
(struct _GtkTextTag): Add pg_bg_color_set.

20 years agoDestroy the cairo surface when done with it. Plugs a fairly large leak in
Kjartan Maraas [Fri, 10 Jun 2005 19:53:47 +0000 (19:53 +0000)]
Destroy the cairo surface when done with it. Plugs a fairly large leak in

2005-06-10  Kjartan Maraas  <kmaraas@gnome.org>

* gdk/gdkcairo.c: (gdk_cairo_set_source_pixbuf): Destroy the
cairo surface when done with it. Plugs a fairly large leak in
some cases.
==6014== 1999824 (115640 direct, 1884184 indirect) bytes in
826 blocks are definitely lost in loss record 25239 of 25250
Like this from nautilus.

20 years agoAdd gtk_action_get_accel_closure
Michael Natterer [Fri, 10 Jun 2005 19:12:32 +0000 (19:12 +0000)]
Add gtk_action_get_accel_closure

2005-06-10  Michael Natterer  <mitch@imendio.com>

* gtk/gtk-sections.txt: Add gtk_action_get_accel_closure

20 years agogtk/gtk.symbols new function to get an action's accel_closure (Fixes
Michael Natterer [Fri, 10 Jun 2005 19:11:31 +0000 (19:11 +0000)]
gtk/gtk.symbols new function to get an action's accel_closure (Fixes

2005-06-10  Michael Natterer  <mitch@imendio.com>

* gtk/gtk.symbols
* gtk/gtkaction.[ch] (gtk_action_get_accel_closure): new function
to get an action's accel_closure (Fixes #141750 and #148106).

20 years agoUpdated Norwegian Nynorsk translation.
Åsmund Skjæveland [Fri, 10 Jun 2005 13:06:16 +0000 (13:06 +0000)]
Updated Norwegian Nynorsk translation.

2005-06-10  Åsmund Skjæveland  <aasmunds@fys.uio.no>

* nn.po: Updated Norwegian Nynorsk translation.

20 years agoUpdated Danish translation.
Martin Willemoes Hansen [Fri, 10 Jun 2005 08:21:49 +0000 (08:21 +0000)]
Updated Danish translation.

        * da.po: Updated Danish translation.

20 years agoGenerate N_() calls for translatable key names.
Matthias Clasen [Fri, 10 Jun 2005 06:41:04 +0000 (06:41 +0000)]
Generate N_() calls for translatable key names.

2005-06-10  Matthias Clasen  <mclasen@redhat.com>

* gdk/gen-keyname-table.pl: Generate N_() calls for
translatable key names.

* gdk/keynames.txt: Mark some key names as translatable.

* gdk/keyname-table.h: Regenerated.

* gtk/gtkaccellabel.c (gtk_accel_label_class_init): Add
some context to the msg ids for keyboard modifiers and
key names.
(_gtk_accel_label_class_get_accelerator_label): Try to
translate key names.  (#300224, Christian Rose)

20 years agoMerged from gtk-2-6:
Federico Mena Quintero [Fri, 10 Jun 2005 05:54:28 +0000 (05:54 +0000)]
Merged from gtk-2-6:

2005-06-10  Federico Mena Quintero  <federico@ximian.com>

Merged from gtk-2-6:

Fixes #162358:

* gtk/gtkfilechooserdefault.c (update_chooser_entry): Don't return
immediately if we are in CREATE_FOLDER mode, so that we can fill
the entry with the newly-selected folder.
(gtk_file_chooser_default_set_property): Warn against turning on
multiple selection for CREATE_FOLDER mode, or about setting that
action while multiple selection is on.
(update_chooser_entry): Change the entry's contents as well if we
are in CREATE_FOLDER mode.  If nothing is selected, clear the
chooser entry.
(trap_activate_cb): Don't trap enter/space if modifiers are
pressed.  This lets one use Ctrl-space to toggle rows in multiple
selection mode.
(gtk_file_chooser_default_should_respond): Clean up the if-chain
mess of special cases by using an array to determine what to do.
Also, for the save-entry case in CREATE_FOLDER mode, actually fix
the bug where the file chooser would switch to an existing folder
rather than confirming with it, and create the folder ourselves.
(error_creating_folder_over_existing_file_dialog): New function.

* gtk/gtkfilechooserentry.c (check_completion_callback): Only
insert the common prefix if we are in an "open" mode.  Use a
helper function.
(append_common_prefix): New helper function; code moved over from
check_completion_callback().
(find_common_prefix): New helper function.
(gtk_file_chooser_entry_focus): Append the common prefix if the
user requests it explicitly.

20 years agoPass the correct size to realloc(). Fixes
Federico Mena Quintero [Fri, 10 Jun 2005 05:33:58 +0000 (05:33 +0000)]
Pass the correct size to realloc(). Fixes

2005-06-10  Federico Mena Quintero  <federico@ximian.com>

* xdgmime.c (xdg_mime_init_from_directory): Pass the correct size
to realloc().  Fixes https://bugs.freedesktop.org/show_bug.cgi?id=3506.

20 years agoAdd GtkClipboardIamgeReceivedFunc
Matthias Clasen [Fri, 10 Jun 2005 05:03:41 +0000 (05:03 +0000)]
Add GtkClipboardIamgeReceivedFunc

2005-06-10  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkclipboard.sgml:
* gtk/gtk-sections.txt: Add GtkClipboardIamgeReceivedFunc

20 years agoMore doc fixes.
Matthias Clasen [Fri, 10 Jun 2005 04:57:18 +0000 (04:57 +0000)]
More doc fixes.

20 years agoDoc fixes
Matthias Clasen [Fri, 10 Jun 2005 04:46:16 +0000 (04:46 +0000)]
Doc fixes

20 years ago2005-06-10 Matthias Clasen <mclasen@redhat.com>
Matthias Clasen [Fri, 10 Jun 2005 04:45:40 +0000 (04:45 +0000)]
2005-06-10  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_expand):
* gtk/gtktoolbar.c (gtk_toolbar_get_show_arrow):
* gtk/gtktextview.c (gtk_text_view_get_iter_at_position):
* gtk/gtkstock.c (gtk_stock_set_translate_func):
* gtk/gtkspinbutton.c (gtk_spin_button_get_adjustment):
* gtk/gtkscrolledwindow.h:
* gtk/gtkmenushell.c (gtk_menu_shell_get_take_focus):

20 years agoDoc fixes.
Matthias Clasen [Fri, 10 Jun 2005 04:25:33 +0000 (04:25 +0000)]
Doc fixes.

2005-06-10  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkiconview.c (gtk_icon_view_set_margin):
* gtk/gtkicontheme.c (gtk_icon_info_load_icon):
* gtk/gtkcalendar.c (gtk_calendar_thaw): Doc fixes.

20 years agoAdditions.
Matthias Clasen [Fri, 10 Jun 2005 04:24:30 +0000 (04:24 +0000)]
Additions.

2005-06-10  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkmenubar.sgml:
* gtk/tmpl/gtkimage.sgml:
* gtk/tmpl/gtkfontsel.sgml:
* gtk/tmpl/gtkbbox.sgml:
* gtk/tmpl/gtkadjustment.sgml:
* gtk/tmpl/gtkaccelgroup.sgml:
* gtk/tmpl/gtkaboutdialog.sgml: Additions.

20 years agoAdd some symbols.
Matthias Clasen [Fri, 10 Jun 2005 03:59:40 +0000 (03:59 +0000)]
Add some symbols.

2005-06-09  Matthias Clasen  <mclasen@redhat.com>

* gdk-pixbuf/gdk-pixbuf-sections.txt: Add some symbols.

20 years agoAdd a section for the Cairo functions.
Matthias Clasen [Fri, 10 Jun 2005 03:53:45 +0000 (03:53 +0000)]
Add a section for the Cairo functions.

2005-06-09  Matthias Clasen  <mclasen@redhat.com>

* gdk/gdk-sections.txt:
* gdk/tmpl/cairo_interaction.sgml:
* gdk/gdk-docs.sgml: Add a section for the Cairo functions.

20 years agoSmall markup fixes.
Matthias Clasen [Fri, 10 Jun 2005 03:35:30 +0000 (03:35 +0000)]
Small markup fixes.

20 years agoAdd docs. (#306212, Steve Chaplin, docs provided by Billy Biggs)
Matthias Clasen [Fri, 10 Jun 2005 03:17:00 +0000 (03:17 +0000)]
Add docs. (#306212, Steve Chaplin, docs provided by Billy Biggs)

2005-06-09  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkwidget.c (gtk_widget_set_app_paintable): Add docs.
(#306212, Steve Chaplin, docs provided by Billy Biggs)

20 years agoDon't declare errno, including errno.h is enough. (#304164, Joerg
Matthias Clasen [Thu, 9 Jun 2005 19:54:06 +0000 (19:54 +0000)]
Don't declare errno, including errno.h is enough. (#304164, Joerg

2005-06-09  Matthias Clasen  <mclasen@redhat.com>

* xdgmimemagic.c: Don't declare errno, including errno.h
is enough.  (#304164, Joerg Sonnenberger)

20 years agoSmall cleanup. (#305539, Paolo Borelli)
Matthias Clasen [Thu, 9 Jun 2005 18:36:58 +0000 (18:36 +0000)]
Small cleanup. (#305539, Paolo Borelli)

2005-06-09  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktextbtree.c (_gtk_text_btree_char_is_invisible): Small
cleanup.  (#305539, Paolo Borelli)

20 years agoadded cairo to list of $GTK_PACKAGES.
Rodrigo Moya [Thu, 9 Jun 2005 17:15:13 +0000 (17:15 +0000)]
added cairo to list of $GTK_PACKAGES.

2005-06-09  Rodrigo Moya <rodrigo@novell.com>

* configure.in: added cairo to list of $GTK_PACKAGES.

20 years agoUpdate the user time on the window when a drop happens. (#169364,
Matthias Clasen [Thu, 9 Jun 2005 17:13:58 +0000 (17:13 +0000)]
Update the user time on the window when a drop happens. (#169364,

2005-06-09  Matthias Clasen  <mclasen@redhat.com>

* gdk/x11/gdkdnd-x11.c (motif_drop_start, xdnd_drop_filter): Update
the user time on the window when a drop happens.  (#169364, Alexander
Hunziker, patch by Elijah Newren)

20 years agoSmall markup fixes.
Matthias Clasen [Thu, 9 Jun 2005 16:40:42 +0000 (16:40 +0000)]
Small markup fixes.

2005-06-09  Matthias Clasen  <mclasen@redhat.com>

* gdk/x11/gdkwindow-x11.c: Small markup fixes.

20 years agoUpdates
Matthias Clasen [Thu, 9 Jun 2005 06:08:25 +0000 (06:08 +0000)]
Updates

20 years agoNew function to scroll to a path. (#306838, Jonathan Blandford)
Matthias Clasen [Thu, 9 Jun 2005 06:07:57 +0000 (06:07 +0000)]
New function to scroll to a path. (#306838, Jonathan Blandford)

2005-06-09  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtk.symbols:
* gtk/gtkiconview.h:
* gtk/gtkiconview.c (gtk_icon_view_scroll_to_path): New function
to scroll to a path.  (#306838, Jonathan Blandford)

20 years agoCheck for overflow. (#306394, Morten Welinder)
Matthias Clasen [Wed, 8 Jun 2005 20:57:16 +0000 (20:57 +0000)]
Check for overflow. (#306394, Morten Welinder)

2005-06-08  Matthias Clasen  <mclasen@redhat.com>

* io-pnm.c (pnm_read_next_value): Check for overflow.
(#306394, Morten Welinder)

20 years agoScroll to the item. (#306839, Jonathan Blandford)
Matthias Clasen [Wed, 8 Jun 2005 20:47:11 +0000 (20:47 +0000)]
Scroll to the item. (#306839, Jonathan Blandford)

2005-06-08  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkiconview.c (gtk_icon_view_set_cursor): Scroll to the
item.  (#306839, Jonathan Blandford)

20 years agoCheck for negative before appending the index, to avoid double error
Matthias Clasen [Wed, 8 Jun 2005 20:25:21 +0000 (20:25 +0000)]
Check for negative before appending the index, to avoid double error

2005-06-08  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreemodel.c (gtk_tree_path_new_from_string): Check for
negative before appending the index, to avoid double error
message.  (#306393, Morten Welinder)

20 years agoDon't crash if search_window is NULL. (#304914, Victor Osadci, testcase by
Matthias Clasen [Wed, 8 Jun 2005 20:14:03 +0000 (20:14 +0000)]
Don't crash if search_window is NULL. (#304914, Victor Osadci, testcase by

2005-06-08  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
Don't crash if search_window is NULL.  (#304914, Victor Osadci,
testcase by Olaf Vitters)

20 years agoMake the file property readable. (#170674, Lorenzo Gil Sanchez)
Matthias Clasen [Wed, 8 Jun 2005 17:38:25 +0000 (17:38 +0000)]
Make the file property readable. (#170674, Lorenzo Gil Sanchez)

2005-06-08  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkimage.c: Make the file property readable.
(#170674, Lorenzo Gil Sanchez)

20 years agoUpdated Danish translation.
Martin Willemoes Hansen [Wed, 8 Jun 2005 09:56:17 +0000 (09:56 +0000)]
Updated Danish translation.

        * da.po: Updated Danish translation.

20 years agoTranslation updated by Ivar Smolin.
Priit Laes [Wed, 8 Jun 2005 08:54:27 +0000 (08:54 +0000)]
Translation updated by Ivar Smolin.

2005-06-08  Priit Laes  <plaes@cvs.gnome.org>

* et.po: Translation updated by Ivar Smolin.

20 years agoUpdated Danish translation.
Martin Willemoes Hansen [Wed, 8 Jun 2005 08:49:19 +0000 (08:49 +0000)]
Updated Danish translation.

        * da.po: Updated Danish translation.

20 years agoUse g_utf8_collate_key_for_filename().
Matthias Clasen [Wed, 8 Jun 2005 05:24:11 +0000 (05:24 +0000)]
Use g_utf8_collate_key_for_filename().

2005-06-08  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilesystem.c (gtk_file_info_get_display_key): Use
g_utf8_collate_key_for_filename().

20 years agoMerge leak fix from stable. Bug 306754.
Kjartan Maraas [Tue, 7 Jun 2005 21:24:19 +0000 (21:24 +0000)]
Merge leak fix from stable. Bug 306754.

2005-06-07  Kjartan Maraas  <kmaraas@gnome.org>

* gtk/gtkfilechooserbutton.c: (update_label_and_image):
Merge leak fix from stable. Bug 306754.

20 years agoTranslation updated by Tino Meinen.
Vincent van Adrighem [Mon, 6 Jun 2005 16:47:37 +0000 (16:47 +0000)]
Translation updated by Tino Meinen.

2005-06-06  Vincent van Adrighem  <adrighem@gnome.org>

* nl.po: Translation updated by Tino Meinen.

20 years agoReturn NULL unless screen number is zero. We have only one screen on
Tor Lillqvist [Sun, 5 Jun 2005 10:34:20 +0000 (10:34 +0000)]
Return NULL unless screen number is zero. We have only one screen on

2005-06-05  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkscreen-win32.c
(_gdk_windowing_substitute_screen_number): Return NULL unless
screen number is zero. We have only one screen on Win32.
(gdk_screen_make_display_name): Call gdk_display_get_name() and
return that.

20 years agomodules/engines/Makefile.am Decide whether to build the ms-windows theme
Tor Lillqvist [Sat, 4 Jun 2005 22:08:50 +0000 (22:08 +0000)]
modules/engines/Makefile.am Decide whether to build the ms-windows theme

2005-06-05  Tor Lillqvist  <tml@novell.com>

* modules/engines/Makefile.am
* modules/input/Makefile.am: Decide whether to build the
ms-windows theme engine based on the GDK backend, not based on
platform. (I.e., if building for Cygwin with the X11 backend, we
shouldn't build the ms-windows engine, but if building for Cygwin
but with the Win32 backend, we should.) Ditto for the IME
(Windows) input module. (#305832)

20 years agogdk/win32/gdkcursor-win32.c gdk/win32/gdkwindow-win32.c Support
Tor Lillqvist [Sat, 4 Jun 2005 21:43:03 +0000 (21:43 +0000)]
gdk/win32/gdkcursor-win32.c gdk/win32/gdkwindow-win32.c Support

2005-06-04  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkcursor-win32.c
* gdk/win32/gdkwindow-win32.c
* gdk/win32/gdkprivate-win32.h: Support full-colour cursors.
Support cursors with alpha on XP. Use code in common with the
support for alpha icons that already was present. (#306101, Tim
Evans)

20 years agoRender insensitive icons in a way that more closely matches Windows.
Tor Lillqvist [Sat, 4 Jun 2005 20:19:36 +0000 (20:19 +0000)]
Render insensitive icons in a way that more closely matches Windows.

2005-06-04  Tor Lillqvist  <tml@novell.com>

* modules/engines/ms-windows/msw_style.c: Render insensitive icons
in a way that more closely matches Windows. (#305986, Tim Evans).

* modules/engines/ms-windows/Makefile.am (LDADDS): Link with
gdk-pixbuf.

20 years agore-sync with gtk-wimp's cvs repository
Dom Lachowicz [Fri, 3 Jun 2005 19:54:03 +0000 (19:54 +0000)]
re-sync with gtk-wimp's cvs repository

20 years agoUpdated Czech translation.
Miloslav Trmac [Sun, 29 May 2005 12:18:57 +0000 (12:18 +0000)]
Updated Czech translation.

2005-05-29  Miloslav Trmac  <mitr@volny.cz>

* cs.po: Updated Czech translation.

20 years agoupdate nepali tranlsation
Pawan Chitrakar [Sun, 29 May 2005 12:04:01 +0000 (12:04 +0000)]
update nepali tranlsation

20 years ago- translation updated
Gustavo Noronha Silva [Fri, 27 May 2005 18:30:22 +0000 (18:30 +0000)]
- translation updated

* pt_BR.po:
- translation updated

20 years agoUpdated Canadian English translation.
Adam Weinberger [Fri, 27 May 2005 18:24:10 +0000 (18:24 +0000)]
Updated Canadian English translation.

2005-05-27  Adam Weinberger  <adamw@gnome.org>

* en_CA.po: Updated Canadian English translation.

20 years agoAccept the 108 byte header of BMP v4. (#168799)
Matthias Clasen [Fri, 27 May 2005 15:52:19 +0000 (15:52 +0000)]
Accept the 108 byte header of BMP v4. (#168799)

2005-05-27  Matthias Clasen  <mclasen@redhat.com>

* io-bmp.c: Accept the 108 byte header of BMP v4.  (#168799)

20 years agoUpdated Simplified Chinese translation.
Funda Wang [Fri, 27 May 2005 06:35:05 +0000 (06:35 +0000)]
Updated Simplified Chinese translation.

20 years agoAdd declarations for gtk_entry_completion_{get,set}_popup_single_match.
Manish Singh [Thu, 26 May 2005 23:43:44 +0000 (23:43 +0000)]
Add declarations for gtk_entry_completion_{get,set}_popup_single_match.

Thu May 26 16:43:27 2005 Manish Singh  <yosh@gimp.org>

        * gtk/gtkentrycompletion.h: Add declarations for
        gtk_entry_completion_{get,set}_popup_single_match.

20 years agoAdd new entry completion functions.
Matthias Clasen [Thu, 26 May 2005 20:37:28 +0000 (20:37 +0000)]
Add new entry completion functions.

2005-05-26  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtk-sections.txt: Add new entry completion functions.

20 years agoAdd a property to suppress the popup for single matches. (#154711)
Matthias Clasen [Thu, 26 May 2005 20:36:36 +0000 (20:36 +0000)]
Add a property to suppress the popup for single matches. (#154711)

2005-05-26  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtk.symbols:
* gtk/gtkentrycompletion.c: Add a property to suppress the
popup for single matches.  (#154711)

* gtk/gtkentry.c (gtk_entry_completion_timeout): Respect it here.

* gtk/gtkfilechooserentry.c (_gtk_file_chooser_entry_set_action):
Use it here.

20 years agoAdd credit
Matthias Clasen [Thu, 26 May 2005 19:52:26 +0000 (19:52 +0000)]
Add credit

20 years agoQueue the redisplay after modifying the tag in the btree, otherwise we end
Matthias Clasen [Thu, 26 May 2005 19:49:51 +0000 (19:49 +0000)]
Queue the redisplay after modifying the tag in the btree, otherwise we end

2005-05-26  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktextbtree.c (_gtk_text_btree_tag): Queue the
redisplay after modifying the tag in the btree, otherwise
we end up showing the old tags until the next redraw comes
around.   (#143537, Gary Kramlich)

20 years ago*** empty log message ***
Alan Horkan [Thu, 26 May 2005 19:37:29 +0000 (19:37 +0000)]
*** empty log message ***

20 years agoMake autoscrolling work at the bottom of the screen.
Matthias Clasen [Thu, 26 May 2005 17:26:29 +0000 (17:26 +0000)]
Make autoscrolling work at the bottom of the screen.

2005-05-26  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkcombobox.c (gtk_combo_box_list_auto_scroll): Make
autoscrolling work at the bottom of the screen.

20 years agoI guess you should add changelog for your commits, right?
Maciej Katafiasz [Thu, 26 May 2005 16:39:44 +0000 (16:39 +0000)]
I guess you should add changelog for your commits, right?

20 years agouse a less aggressive PNG compression level (bug #305340).
Sven Neumann [Thu, 26 May 2005 16:20:08 +0000 (16:20 +0000)]
use a less aggressive PNG compression level (bug #305340).

2005-05-26  Sven Neumann  <sven@gimp.org>

* gtk/gtkselection.c (gtk_selection_data_set_pixbuf): use a less
aggressive PNG compression level (bug #305340).

20 years agoPoint to GtkTextView instead of GtkText. Fixes bug #305535
Maciej Katafiasz [Thu, 26 May 2005 11:56:13 +0000 (11:56 +0000)]
Point to GtkTextView instead of GtkText. Fixes bug #305535

20 years agoIf blitting from the root window, take the multi-monitor offset into
Tor Lillqvist [Thu, 26 May 2005 07:56:00 +0000 (07:56 +0000)]
If blitting from the root window, take the multi-monitor offset into

2005-05-26  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkdrawable-win32.c (_gdk_win32_blit): If blitting
from the root window, take the multi-monitor offset into
account. (#305511)

20 years agoSet the window icon by name.
Matthias Clasen [Wed, 25 May 2005 20:01:47 +0000 (20:01 +0000)]
Set the window icon by name.

2005-05-25  Matthias Clasen  <mclasen@redhat.com>

* demos/gtk-demo/appwindow.c (do_appwindow): Set the window
icon by name.

20 years agoAdd GdkPixbufSimplAnim functions.
Matthias Clasen [Wed, 25 May 2005 19:40:21 +0000 (19:40 +0000)]
Add GdkPixbufSimplAnim functions.

2005-05-25  Matthias Clasen  <mclasen@redhat.com>

* gdk-pixbuf/gdk-pixbuf-sections.txt: Add GdkPixbufSimplAnim
functions.

20 years agoNo need to expose the iter subclass at all in the headers.
Matthias Clasen [Wed, 25 May 2005 19:39:35 +0000 (19:39 +0000)]
No need to expose the iter subclass at all in the headers.

2005-05-25  Matthias Clasen  <mclasen@redhat.com>

* gdk-pixbuf.symbols:
* gdk-pixbuf-simple-anim.[hc]: No need to expose the iter
subclass at all in the headers.

20 years agoAdd new files.
Matthias Clasen [Wed, 25 May 2005 19:33:35 +0000 (19:33 +0000)]
Add new files.

2005-05-25  Matthias Clasen  <mclasen@redhat.com>

* Makefile.am: Add new files.

* gdk-pixbuf.symbols: Add new api.

* gdk-pixbuf.h: Include gdk-pixbuf-simple-anim.h here.

* gdk-pixbuf-simple-anim.[hc]: Add a way to construct
simple animations out of pixbufs.  (#135161, Dom Lachowicz)

20 years agoRemove another C99ism.
Matthias Clasen [Wed, 25 May 2005 19:13:22 +0000 (19:13 +0000)]
Remove another C99ism.

2005-05-25  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilesystem.c (gtk_file_folder_is_finished_loading):
Remove another C99ism.

20 years agoUpdated Canadian English translation.
Adam Weinberger [Wed, 25 May 2005 18:08:13 +0000 (18:08 +0000)]
Updated Canadian English translation.

2005-05-25  Adam Weinberger  <adamw@gnome.org>

* en_CA.po: Updated Canadian English translation.

20 years agoDraw the background of rows insensitive when the treeview is insensitive.
Matthias Clasen [Wed, 25 May 2005 17:19:56 +0000 (17:19 +0000)]
Draw the background of rows insensitive when the treeview is insensitive.

2005-05-25  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_bin_expose): Draw the
background of rows insensitive when the treeview is insensitive.
(pointed out by Billy Biggs)

20 years agoDemonstrate image copy-and-paste and DND, and clipboard persistency.
Matthias Clasen [Wed, 25 May 2005 15:22:43 +0000 (15:22 +0000)]
Demonstrate image copy-and-paste and DND, and clipboard persistency.

2005-05-25  Matthias Clasen  <mclasen@redhat.com>

* demos/gtk-demo/clipboard.c: Demonstrate image copy-and-paste
and DND, and clipboard persistency.

20 years agoMake sure png comes first, otherwise dnd may use bmp by default, loosing
Matthias Clasen [Wed, 25 May 2005 14:02:21 +0000 (14:02 +0000)]
Make sure png comes first, otherwise dnd may use bmp by default, loosing

2005-05-25  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkselection.c (gtk_target_list_add_image_targets):
Make sure png comes first, otherwise dnd may use bmp by
default, loosing transparency.

20 years agoUpdate Update
Kjartan Maraas [Wed, 25 May 2005 11:22:13 +0000 (11:22 +0000)]
Update Update

2005-05-25  Kjartan Maraas  <kmaraas@gnome.org>

* nb.po: Update
* no.po: Update

20 years agoblock the text_layout's "changed" handler when changing cursor visibility
Michael Natterer [Wed, 25 May 2005 10:22:37 +0000 (10:22 +0000)]
block the text_layout's "changed" handler when changing cursor visibility

2005-05-25  Michael Natterer  <mitch@imendio.com>

* gtk/gtktextview.c (blink_cb): block the text_layout's "changed"
handler when changing cursor visibility because it would expose
the whole paragraph where the cursor is. Instead, expose the
cursors' areas manually. (#173047).

(text_window_invalidate_cursors): new function which exposes the
cursors.

* gtk/gtkstyle.c (draw_insertion_cursor): added comment that the
same cursor size calculation is in text_window_invalidate_cursors().

20 years agoAlso demonstrate GtkCellRendererProgress.
Matthias Clasen [Wed, 25 May 2005 06:28:30 +0000 (06:28 +0000)]
Also demonstrate GtkCellRendererProgress.

2005-05-25  Matthias Clasen  <mclasen@redhat.com>

* demos/gtk-demo/editable_cells.c (create_items_model): Also
demonstrate GtkCellRendererProgress.

20 years agoAdd a demo showing combo box variations.
Matthias Clasen [Wed, 25 May 2005 06:15:19 +0000 (06:15 +0000)]
Add a demo showing combo box variations.

2005-05-25  Matthias Clasen  <mclasen@redhat.com>

* demos/gtk-demo/Makefile.am (demos):
* demos/gtk-demo/combobox.c: Add a demo showing combo box
variations.

20 years agoAdd a demo showing all picker widgets.
Matthias Clasen [Wed, 25 May 2005 04:09:20 +0000 (04:09 +0000)]
Add a demo showing all picker widgets.

2005-05-25  Matthias Clasen  <mclasen@redhat.com>

* demos/gtk-demo/Makefile.am (demos):
* demos/gtk-demo/pickers.c: Add a demo showing all picker widgets.

20 years agoFix a typo.
Matthias Clasen [Wed, 25 May 2005 03:14:53 +0000 (03:14 +0000)]
Fix a typo.

2005-05-24  Matthias Clasen  <mclasen@redhat.com>

* demos/gtk-demo/iconview.c (do_iconview): Fix a typo.

20 years agoHandle gtk-alternative-button-order (setting it to TRUE).
Tor Lillqvist [Tue, 24 May 2005 17:49:15 +0000 (17:49 +0000)]
Handle gtk-alternative-button-order (setting it to TRUE).

2005-05-24  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): Handle
gtk-alternative-button-order (setting it to TRUE).

20 years agoallow to specify the PNG compression level by passing a "compression"
Sven Neumann [Tue, 24 May 2005 17:09:56 +0000 (17:09 +0000)]
allow to specify the PNG compression level by passing a "compression"

2005-05-24  Sven Neumann  <sven@gimp.org>

* io-png.c: allow to specify the PNG compression level by passing
a "compression" parameter to the PNG save function (bug #305337).

* gdk-pixbuf-io.c (gdk_pixbuf_save): document the new parameter.

20 years agoUpdated Swedish translation.
Christian Rose [Mon, 23 May 2005 21:48:31 +0000 (21:48 +0000)]
Updated Swedish translation.

2005-05-23  Christian Rose  <menthos@menthos.com>

* sv.po: Updated Swedish translation.

20 years agoRemove an unused variable. (#305130, Jaap A. Haitsma)
Matthias Clasen [Mon, 23 May 2005 21:03:15 +0000 (21:03 +0000)]
Remove an unused variable. (#305130, Jaap A. Haitsma)

2005-05-23  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_search_init): Remove
an unused variable.  (#305130, Jaap A. Haitsma)

20 years agoDon't grab the focus away from the file list when operating the filter
Matthias Clasen [Mon, 23 May 2005 16:45:57 +0000 (16:45 +0000)]
Don't grab the focus away from the file list when operating the filter

2005-05-23  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilechooserdefault.c (filter_create): Don't grab
the focus away from the file list when operating the filter
combo with the pointer.  (#304844, Sven Neumann)

20 years agoMap VK_APPS to GDK_Menu. (#172383, Ivan Wong)
Tor Lillqvist [Sun, 22 May 2005 22:28:39 +0000 (22:28 +0000)]
Map VK_APPS to GDK_Menu. (#172383, Ivan Wong)

2005-05-23  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkkeys-win32.c (handle_special): Map VK_APPS to
GDK_Menu. (#172383, Ivan Wong)

20 years agoTypo.
Tor Lillqvist [Sun, 22 May 2005 21:30:15 +0000 (21:30 +0000)]
Typo.

20 years agoIf the keysym isn't one of the special cases this function takes care of,
Tor Lillqvist [Sun, 22 May 2005 21:23:45 +0000 (21:23 +0000)]
If the keysym isn't one of the special cases this function takes care of,

2005-05-23  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkkeys-win32.c (handle_dead): If the keysym isn't one
of the special cases this function takes care of, us it as
such. This takes care of for instance the Bengali Virama, see bug
#165723.

20 years agoUpdated Czech translation.
Miloslav Trmac [Sun, 22 May 2005 11:32:57 +0000 (11:32 +0000)]
Updated Czech translation.

2005-05-22  Miloslav Trmac  <mitr@volny.cz>

* cs.po: Updated Czech translation.

20 years agoForgotten file.
Matthias Clasen [Sat, 21 May 2005 01:07:47 +0000 (01:07 +0000)]
Forgotten file.

20 years agoFix a C99ism
Matthias Clasen [Sat, 21 May 2005 01:05:14 +0000 (01:05 +0000)]
Fix a C99ism

20 years agoDon't rely on C99 types. (#304924, John Ehresman)
Matthias Clasen [Fri, 20 May 2005 22:40:53 +0000 (22:40 +0000)]
Don't rely on C99 types. (#304924, John Ehresman)

2005-05-20  Matthias Clasen  <mclasen@redhat.com>

* xdgmimecache.c: Don't rely on C99
types.  (#304924, John Ehresman)

20 years agoAvoid a possible buffer overrun. (#142444, Leonard Michlmayr)
Matthias Clasen [Fri, 20 May 2005 21:04:51 +0000 (21:04 +0000)]
Avoid a possible buffer overrun. (#142444, Leonard Michlmayr)

2005-05-20  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkimcontextsimple.c (check_table): Avoid a possible
buffer overrun.  (#142444, Leonard Michlmayr)